home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
unix
/
textmstr.shr
/
tm.hqx
/
Source Code ƒ
/
U
/
DoMenuTextMaster.c
< prev
next >
Wrap
Text File
|
1991-05-09
|
797b
|
33 lines
/* DoMenuTextMaster Special menu handling */
/* Unit name: DoMenuTextMaster.c */
/* Function: Handle other specific menu lists. */
/* History: 5/9/91 Original by Prototyper 3.0 */
#include "PCommonTextMaster.h" /* Common */
#include "Common_TextMaster.h" /* Common */
#include "PUtils_TextMaster.h" /* General Utilities */
#include "Utils_TextMaster.h" /* General Utilities */
#include "DoMenuTextMaster.h" /* This file */
/* ======================================================= */
/* Routine: Handle_Other_Menus */
/* Purpose: Handle special menus */
void Handle_Other_Menus( theMenu, theItem)
short theMenu;
short theItem;
{
} /* End of procedure Handle_Other_Menus */
/* ======================================================= */